home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Screen Parts / ScreenPart.cp < prev    next >
Text File  |  1997-06-28  |  125b  |  11 lines

  1. // ScreenPart.cp
  2.  
  3. #ifndef ScreenPart_h
  4. #include "ScreenPart.h"
  5. #endif
  6.  
  7. bool ScreenPart::Active() const
  8.   {
  9.     return true;
  10.   }
  11.